home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / drivers / nics / trn050 / routenlm.txt < prev    next >
Encoding:
Text File  |  1990-08-03  |  7.9 KB  |  215 lines

  1.                         ROUTE Loadable Module
  2.  
  3. Why use ROUTE?
  4.  
  5.        Use ROUTE to allow NetWare to pass frames (packets) through IBM
  6. bridges on a Token-Ring cabling system.  You must load the TOKEN LAN driver
  7. before you load ROUTE.
  8.  
  9.        All NetWare workstations must use the new Token-Ring workstation
  10. driver.  
  11.  
  12. The following tasks are described in this section.
  13.  
  14.        Set up the file server for source routing
  15.  
  16.        Change a source routing parameter
  17.  
  18. Command format
  19.  
  20.        LOAD [path]ROUTE [parameter...]  
  21.  
  22. Command parameters
  23.  
  24.        Replace path with a full directory path to the directory containing
  25. the module; begin with a DOS drive letter or a NetWare volume name.  If you
  26. do not specify a path and the SYS volume is mounted, the operating system
  27. assumes that the module is located in the SYS:SYSTEM directory.  (Use
  28. SEARCH to set up additional paths for automatic searching.)
  29.  
  30. Replace parameter with one or more of the following:
  31.  
  32.        BOARD = number          REMOVE = number
  33.        CLEAR                   RSP = value
  34.        DEF                     TIME = number
  35.        GBR                     UNLOAD
  36.        MBR
  37.  
  38. Each parameter is described below.
  39.  
  40. Parameters
  41.  
  42.        All the parameters described on the following pages are optional. 
  43. ROUTE can be loaded re-entrantly (a second time) with a specified parameter
  44. to change ROUTE's configuration.
  45.  
  46.        Most of the parameters have default values that should work with
  47. simple configurations for IBM bridges.  If you have installed parallel IBM
  48. bridges, you can change some of the parameters to reduce traffic on some of
  49. the paths.
  50.  
  51.        For more information about source routing and broadcast frames, see
  52. the IBM Token-Ring Network Architecture Reference produced by IBM.
  53.  
  54. BOARD = number
  55.  
  56.        Use this parameter if the Token-Ring driver is not the first driver
  57.        loaded.  The operating system numbers the boards, starting with the
  58.        first driver loaded.  That board is board number one.  (Check the
  59.        order in the AUTOEXEC.NCF file if you have loaded more than one
  60.        driver.)  Use this parameter to specify which board you want to
  61.        change parameters on or load ROUTE for.
  62.  
  63. CLEAR
  64.  
  65.        Use this parameter to manually clear the Source Routing table.  This
  66.        parameter will force a dynamic rebuilding of the table by sending a
  67.        default frame to each specific node in the network.  Use this
  68.        parameter when an IBM bridge on the network has gone down and an
  69.        alternate route is available.
  70.  
  71. DEF
  72.  
  73.        Use this parameter to prevent frames that have unknown (DEFault)
  74.        destination addresses from being sent across Single Route IBM
  75.        bridges.  
  76.  
  77.        If this parameter is specified, all frames that have addresses not
  78.        currently in the file server's Source Routing table will be forwarded
  79.        as All Routes Broadcast frames.
  80.  
  81.        If this parameter is not specified, all frames that have addresses
  82.        not currently in the file server's Source Routing table will be
  83.        forwarded as Single Route Broadcast frames.
  84.  
  85.        If ROUTE has already been loaded with the DEF parameter, reloading
  86.        ROUTE with this parameter broadcasts all subsequent Single Route
  87.        Broadcast frames as All Routes Broadcast frames.  
  88.  
  89. GBR
  90.  
  91.        Use this parameter to specify that all General BRoadcast frames are
  92.        to be sent as All Routes Broadcast frames.
  93.  
  94.        If this parameter is not specified when ROUTE is loaded, all General
  95.        BRoadcast frames are broadcast as Single Route Broadcast frames.
  96.  
  97.        If ROUTE has already been loaded with the GBR parameter, reloading
  98.        ROUTE with this parameter broadcasts all subsequent General BRoadcast
  99.        frames as All Routes Broadcast frames.
  100.  
  101. MBR
  102.  
  103.        Use this parameter to specify that all Multicast BRoadcast frames are
  104.        to be sent as All Routes Broadcast frames.
  105.  
  106.        If the parameter is not specified when ROUTE is loaded, all Multicast
  107.        BRoadcast frames are broadcast as Single Route Broadcast frames.
  108.  
  109.        If ROUTE has already been loaded with the MBR parameter, reloading
  110.        ROUTE with this parameter broadcasts all subsequent Multicast
  111.        BRoadcast frames as All Routes Broadcast frames.
  112.  
  113. REMOVE = number
  114.  
  115.        Use this parameter to remove a specified node address from the file
  116.        server's Source Routing table.  Use the parameter when a bridge has
  117.        gone down.  When you remove the node from the Source Routing table,
  118.        you force the file server to determine an alternate route.
  119.  
  120.        Replace number with a 12-digit (06-byte) hexadecimal number.  If less
  121.        than 9 digits are entered, ROUTE prefixes the address with 4000h. 
  122.        For example, REMOVE=2 is interpreted as REMOVE=400000000002
  123.  
  124. RSP = value
  125.  
  126.        Use this parameter to specify how the file server should ReSPond to a
  127.        broadcast request.
  128.  
  129.        Replace value with one of the following.
  130.  
  131.        NR    Specifies that all Broadcast Requests are to be responded to
  132.              directly; a Broadcast Response is Not Required.  This is the
  133.              default value.
  134.  
  135.        AR    Specifies that all Broadcast Requests are to be responded to
  136.              with an All Routes Broadcast frame.
  137.  
  138.        SR    Specifies that all Broadcast Requests are to be responded to
  139.              with a Single Route Broadcast frame.
  140.  
  141. TIME = number
  142.  
  143.        Use this parameter to specify how often the Source Routing table
  144.        should be updated.  This parameter forces the table to be updated
  145.        with a new route if the current route has not been used during the
  146.        specified time period.  This parameter enables ROUTE to dynamically
  147.        determine alternate routes when an IBM bridge goes down.  
  148.  
  149.        Replace number with a value from 03 to 255 seconds.  The default is
  150.        03 seconds.
  151.  
  152. UNLOAD
  153.  
  154.        Use this parameter after the board parameter to specify which board
  155.        you want to remove source routing from.  To unload ROUTE.NLM from the
  156.        file server, use UNLOAD ROUTE.            
  157.  
  158. Additional information
  159.  
  160.        As frames pass through an IBM bridge, source routing information is
  161. added to the frame header at the Media Access Control (MAC) layer. 
  162. NetWare's bridging is done above this layer.  ROUTE.NLM enables NetWare 
  163.  
  164.        To keep track of the source routing information in the frames; 
  165.  
  166.        To configure the source routing information in the frames according
  167.        to the parameters that ROUTE is loaded with.
  168.  
  169. ROUTE can be loaded re-entrantly.
  170.  
  171.        If you have two Token-Ring boards in the file server, ROUTE should be
  172. loaded twice.  The second time it is loaded, you must use the BOARD
  173. parameter to specify a board number.
  174.  
  175.        If you need to change the configuration, load ROUTE with the
  176. parameter that needs to be changed.
  177.  
  178. Set up the file server for source routing
  179.  
  180.        To set up the file server for source routing, complete the following
  181. steps.
  182.  
  183.        Load the TOKEN.NLM LAN driver. 
  184.  
  185.        Load ROUTE.  Type
  186.  
  187.              LOAD ROUTE  <Enter>
  188.  
  189. Change a source routing parameter
  190.  
  191.        To change a parameter in ROUTE after ROUTE has been loaded, select
  192. the example that fits your situation.
  193.  
  194.        One Token-Ring network board
  195.  
  196.              To clear the Source Routing table when only one driver has been
  197.        loaded, type
  198.  
  199.              LOAD ROUTE CLEAR
  200.  
  201.        Two Token-Ring network boards
  202.  
  203.              To change a parameter when more than one driver has been loaded,
  204.        complete the following steps.  This example shows how to change the
  205.        update time for the Source Routing table from the default of 3
  206.        seconds to 10 seconds.
  207.  
  208.              To change the TIME parameter for the first driver loaded, type
  209.  
  210.              LOAD ROUTE BOARD=01 TIME=10  <Enter>
  211.  
  212.              To change the TIME parameter for the second driver, type
  213.  
  214.              LOAD ROUTE BOARD=02 TIME=10  <Enter>
  215.